Welcome![Sign In][Sign Up]
Location:
Search - java expression regular

Search list

[Other resourceRegular-expressions-simplifypattern-matching-code.

Description: Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.
Platform: | Size: 112314 | Author: qlw | Hits:

[JSP/Java使用lex分析java源程序

Description: Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Laboratories of the United States with C language developed by a lexical analysis tool generated from the process. Its fundamental principle is to use a regular expression matching text scanning, and for every definition of a matching model for operation, when the C language of the host language, these operators by C language. A match of which is likely to contain expressions related to the moves. This action may also include the return of a marker. When Lex reception of the document or text input, it is trying to text and is a regular expression matching. It read an input into the characters, until they found a matching pattern. If they can find a matching model, Lex on the implementation of the action (which may include a return of markings).
Platform: | Size: 2994 | Author: 万宏兴 | Hits:

[JSP/JavaApress.Java.Regular.Expressions

Description: 这是一本关于正则表达式编程的英文原版书,内容详实,正则表达式可用于各种文本处理场合,比常规的文本处理方法快捷高效。-This is a book introducing Regular Expression programming.
Platform: | Size: 863012 | Author: bill | Hits:

[JSP/Java使用lex分析java源程序

Description: Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Laboratories of the United States with C language developed by a lexical analysis tool generated from the process. Its fundamental principle is to use a regular expression matching text scanning, and for every definition of a matching model for operation, when the C language of the host language, these operators by C language. A match of which is likely to contain expressions related to the moves. This action may also include the return of a marker. When Lex reception of the document or text input, it is trying to text and is a regular expression matching. It read an input into the characters, until they found a matching pattern. If they can find a matching model, Lex on the implementation of the action (which may include a return of markings).
Platform: | Size: 3072 | Author: 万宏兴 | Hits:

[JSPjava_regex

Description: 正则表达式的应用越来越多,本书详细讲述了java中对正则表达式编程,非常推荐-Regular expressions are a growing number of applications, the book explains in detail the java of expression programming is very recommended
Platform: | Size: 345088 | Author: 林和 | Hits:

[Internet-Network运用异步输入输出流编写Socket进程通信

Description: 代码号为”Merlin”的J2SE1.4带来了一些激动人心的新特性,诸如对正则表达式的支持,异步输入输出流,通道(Channel),字符集等.虽然该版本还处在测试阶段,但这些新特性早已让开发人员们跃跃欲试.在Merlin发布之前,异步输入输出流的应用还只是C,C++程序员的特殊武器 在Merlin中引入异步输入输出机制之后,Java程序员也可以利用它完成很多简洁却是高质量的代码了.本文将介绍怎样使用异步输入输出流来编写Socket进程通信程序.-code, as "Merlin" J2SE1.4 brought some exciting new features, such as the right is a regular expression support, asynchronous input and output streams, channel (Channel), such as character set. Although this version is still in the testing stage, but these new features make the developers who the dismissive. before the publication of the Merlin, asynchronous input and output streams of only C, C programmer in the special weapons Merlin introduced asynchronous input-output mechanisms, Java programmers can also use a lot of it is simple but high-quality code. this article will introduce how to use asynchronous losers into the output stream to the process of preparing Socket Communication Program.
Platform: | Size: 5120 | Author: 陈浩 | Hits:

[JSP/Javareg2nfa

Description: 程序用JAVA语言编写, 综合利用图结构和堆栈结构进行数据组织和处理. 可以进行正则表达式到NFA的转化, 并能用图形直观的表示. 对正则表达式有一些约定, 就是可以用单个字符表示输入, 也可以用 ‘ ‘ 连接起来的一串字符进行输入. 有基本的表达式以及由基本表达式构成的并置, 选择和重复的操作. 例: A|b*c ‘letter’*’digit’ 等都是合法输入. 还带有括号功能, 优先级 -procedures using Java language. Comprehensive Utilization graph structure and stack structure and data processing. it is a regular expression for NFA to the transformation and can use the intuitive graphical said. Regular expressions are to some agreement and it is expressed with a single character input, we could also use '' linking the string of characters for importation. a basic expressions and by the basic form of expression and Home and choose and repeat the operation. cases : A | b* c 'letter'* 'digit' are all legally imported. also bracketed with functionality, prioritized
Platform: | Size: 12288 | Author: onlyerlee | Hits:

[2D GraphicJavaDictionary

Description: 一个Java编的小词典,图形界面,用正则表达式实现简单的字典查询-a series of small Java Dictionary, graphics interface, is a regular expression with simple dictionary inquiry
Platform: | Size: 2833408 | Author: apple | Hits:

[Other resourceCiteSeerParser

Description: java实现的,基于gnu.regexp正则表达式包实现的html信息抽取程序,可以解析CiteSeer网站中的论文、作者、会议以及期刊信息。-java achieved, gnu.regexp is based on the regular expression package to achieve the html information extraction procedures, Analysis can CiteSeer site papers, authors, information meetings and journals.
Platform: | Size: 98304 | Author: 张志 | Hits:

[Other resourcegnu.regexp-1.1.4

Description: Java实现的超牛的正则表达式库源码,有详细的文档,使用非常容易-Java super-cows in the regular expression library source code, a detailed document, is very easy to use
Platform: | Size: 216064 | Author: 张志 | Hits:

[Software EngineeringRegular-expressions-simplifypattern-matching-code.

Description: Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.-Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow-levelpattern-matching support, that support commonly leads to complex code. To help you write simplerpattern-matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.
Platform: | Size: 111616 | Author: qlw | Hits:

[JSP/Javajspbook

Description: 采用JSP+JavaBean+Access开发,直接放到Tomcat下就能运行,不用配置数据源。 含有UBB代码和UBB头像,采用正则表达式制作。 管理登陆加入验证码,数据库管理密码采用MD5加密。 -Used JSP+ JavaBean+ Access development, directly into the Tomcat will be able to run under, do not configure the data source. Contain UBB code and UBB portrait, using regular expression production. Management landing by adding a verification code, database management password using MD5 encryption.
Platform: | Size: 472064 | Author: sss | Hits:

[JSP/Javaleaveword

Description: 该留言本采用JSP+JavaBean+Access开发,直接放到Tomcat下就能运行,不用配置数据源。 含有UBB代码和UBB头像,采用正则表达式制作。 管理登陆加入验证码,数据库管理密码采用MD5加密。-The message of the use of JSP+ JavaBean+ Access development, directly into the Tomcat will be able to run under, do not configure the data source. Contain UBB code and UBB portrait, using regular expression production. Verification Code landing to join the management, database administration password using MD5 encryption.
Platform: | Size: 634880 | Author: aaa | Hits:

[JSP/Javashopv10

Description: JSP课程设计,老师让做点东西,就做了这个小留言本,没有什么太大的功能,提供学习用。 该留言本采用JSP+JavaBean+Access开发,直接放到Tomcat下就能运行,不用配置数据源。 含有UBB代码和UBB头像,采用正则表达式制作。 管理登陆加入验证码,数据库管理密码采用MD5加密。 希望这个东西对大家学习能有点帮助。qq:369672690 -JSP curriculum design, teacher to do something, we make this small message of this, nothing is too much functionality, to learn to use. The message of the use of JSP+ JavaBean+ Access development, directly into the Tomcat will be able to run under, do not configure the data source. Contain UBB code and UBB portrait, using regular expression production. Verification Code landing to join the management, database administration password using MD5 encryption. I hope this thing for everyone to learn to some extent. qq: 369672690
Platform: | Size: 5135360 | Author: jack | Hits:

[JSP/Javajspbook

Description: JSP课程设计,老师让做点东西,就做了这个小留言本,没有什么太大的功能,提供学习用。 该留言本采用JSP+JavaBean+Access开发,直接放到Tomcat下就能运行,不用配置数据源。 含有UBB代码和UBB头像,采用正则表达式制作。 管理登陆加入验证码,数据库管理密码采用MD5加密。-JSP curriculum design, teacher let do things, on doing this little message in this, nothing is too much functionality, to learn to use. The message of the use of JSP+ JavaBean+ Access development, directly into the Tomcat will be able to run under, do not configure the data source. Contain UBB code and UBB portrait, using regular expression production. Management landing by adding a verification code, database management password using MD5 encryption.
Platform: | Size: 635904 | Author: 张望 | Hits:

[Internet-Networklightinthebox

Description: Light in the box 抓取程序。 使用HttpClient,正则表达式解析。xpp3方式存储xml数据。多线程支持,使用session,支持代理服务器列表。 由于抓取的是国外网站,因此速度上比较慢,稍加改动即可以成为比较顺手的工具。-Light in the box crawling process. The use of HttpClient, regular expression analysis. xml data stored xpp3. Multi-threading support, the use of session, support for proxy servers list. Because crawling is foreign websites, so the speed is relatively slow, a little change that can be a relatively easy tool.
Platform: | Size: 1754112 | Author: 长亭 | Hits:

[JSP/Javareg2NFA

Description: 从正则表达式到NFA的JAVA实现代码,图形界面。
Platform: | Size: 35840 | Author: 苏鸿星 | Hits:

[JSP/Javareg2NFA(java)

Description: 正则表达式到NFA,NFA到DFA的JAVA实现,图形表示结果。-Regular Expression to NFA, NFA to DFA s JAVA realized, graphical representation of results.
Platform: | Size: 35840 | Author: 洪兴 | Hits:

[ELanguageDFA

Description: 输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成) -Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing methods and called for the first table structure generated by a subset of re-painting DFA graph), DFA minimization (also requires drawing method)
Platform: | Size: 14336 | Author: liyingan | Hits:

[JSP/JavaApress.Java.Regular.Expressions

Description: 这是一本关于正则表达式编程的英文原版书,内容详实,正则表达式可用于各种文本处理场合,比常规的文本处理方法快捷高效。-This is a book introducing Regular Expression programming.
Platform: | Size: 863232 | Author: bill | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net